home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d26
/
rurc1.arc
/
RUNME.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-09-05
|
427b
|
27 lines
echo off
cls
echo
echo To run "ARE YOU READY FOR CALCULUS I ?", select 1.
echo
echo To run "ARE YOU READY FOR BUSINESS CALCULUS ?", select 2.
echo
getkey To quit, press any other key.
echo
if errorlevel 51 goto END
if errorlevel 50 goto TWO
if errorlevel 49 goto ONE
goto END
:TWO
echo
echo Please wait.
echo
rurbc
goto END
:ONE
echo
echo Please wait.
echo
rurci
goto END
:END